Markov Chain Behavior
As we learn more about Markov chains (especially the infinite ones), we would like to find out the behavior of the chain. One of the interesting behavior is the stationary distribution.
Stationary Distribution
Sometimes we find there exists satisfied where is the transition matrix. We define such is called stationary distribution. From the equation, we not hard to conclude that once MC reach the distribution, it will never leave.
- Assume , then we have .
We define a MC with probability distribution satisfies is called reversible.
- If a MC is reversible, then such is the stationary distribution. (converse is not true)
But we actually may not have such stationary distribution when following conditions are satisfied:
- MC is irreducible with some such that
Finite MC convergence to stationary distribution
Since is a transition matrix, we would like to use some linear algebra ways to find the limit behavior of the MC, i.e. . We would like to use Jordan decomposition to represent where such that where . Then we have
And we can use Perron-Frobenius theorem to find the stationary distribution since is a stochastic matrix with all of entries are strictly positive, that is, all eigenvalues of has absolute value less than 1. The columns of are right eigenvectors of and the rows of are left eigenvectors of .
Theorem 1
According to above, we have the fact/theorem: If is a transition matrix such that for some has all entries strictly positive, then statisfies:
- The left eigenvector can be chosen to have all nonnegative entries.
- The eigenvalue 1 is simple and all other eigenvalues have absolute value less than 1.
- The first row of is the stationary distribution.
Theorem 2
To find all entries strictly positive , we can use the following theorem: If is irreducible and aperiodic, then such that for all has all entries strictly positive.
But what if is not irreducible and aperiodic? We divide into following cases:
is not irreducible or aperiodic
Since is reducible with recurrent classes transient classes . Then we will have stationary distributions corresponding to recurrent classes . Let be submatrix of corresponding to recurrent classes . Then we have and .
if state is transient, then for any other transient state , and for any recurrent state .
That is, we have exists, where is initial probability distribution.
is irreducible but periodic
Since the chain periodic, we can split the state into classes such that each state class has the same period. Then will have eigenvalue of absolute value 1, complex number with . That is, given initial probability distribution , we have the stationary distribution . Therefore, the limit and the stationary distribution are not the same.
Therefore, we formally have the following theorem:
If is irreducible and aperiodic, then there exists a unique stationary distribution such that with initial probability distribution .
Countable MC convergence to stationary distribution
If MC is countable, irreducible and aperiodic, the positive recurrent states is similar to finite MC. .
- A irreducible, aperiodic and positive recurrent MC called ergodic.
Furthermore, If a stationary distribution exists, then the chain is positive recurrent.
Success-run chain
For a MC with transition probability where , we call it a success-run chain. It can be shown that is:
- Transient if .
- Null recurrent if .
- Positive recurrent if .
Mean Recurrence Time
Let be an irreducible and positive recurrent MC with transition probability matrix . Consider this MC start from the amount of time spent in state up to and including time : . Then we have .
Again, assume , Let be the first time that MC returns to state . Then we have by law of large number. Here, is called the mean recurrence time of state .
Consider an ergodic MC with stationary distribution . Let be the number of visits to between consecutive visits to . Then we have and .